projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16eba23
)
(t-mouse-mode): Use set-process-query-on-exit-flag.
author
Nick Roberts
<nickrob@snap.net.nz>
Mon, 31 Jul 2006 06:05:04 +0000
(06:05 +0000)
committer
Nick Roberts
<nickrob@snap.net.nz>
Mon, 31 Jul 2006 06:05:04 +0000
(06:05 +0000)
lisp/t-mouse.el
patch
|
blob
|
history
diff --git
a/lisp/t-mouse.el
b/lisp/t-mouse.el
index 17d486749b378813b7582fb6675b03f1e7d26e76..06b77840c0d7a8881c39b270e2f67023423c643f 100644
(file)
--- a/
lisp/t-mouse.el
+++ b/
lisp/t-mouse.el
@@
-292,9
+292,7
@@
Turn it on to use emacs mouse commands, and off to use t-mouse commands."
"-f")))
(setq t-mouse-filter-accumulator "")
(set-process-filter t-mouse-process 't-mouse-process-filter)
-; use commented line instead for emacs 21.4 onwards
- (process-kill-without-query t-mouse-process)))
-; (set-process-query-on-exit-flag t-mouse-process nil)))
+ (set-process-query-on-exit-flag t-mouse-process nil)))
;; Turn it off
(setq mouse-position-function nil)
(delete-process t-mouse-process)